home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Clean 1.2.4 / IOInterface / dialogDef.dcl < prev    next >
Encoding:
Modula Definition  |  1995-02-24  |  444 b   |  19 lines  |  [TEXT/3PRM]

  1. definition module dialogDef;
  2.  
  3. //    Version 0.8 to 1.0
  4.  
  5. //
  6. //    Dialog definitions
  7. //
  8.  
  9. import    dialogLayout;
  10.  
  11.  
  12. NoDefaultButton            :== -3;
  13.     
  14. NoticeDefToNoticeHandle    :: !NoticeDef                    -> NoticeHandle s io;
  15. DialogDefToDialogHandle    :: !DialogMode !(DialogDef s io)-> DialogHandle s io;
  16. DialogHandleToDialogDef    :: !(DialogHandle s io)            -> DialogDef s io;
  17.  
  18. CalculateDialogLayout    :: !DialogMode !(DialogDef s io)-> (!Int,!Int,!Int,!Int,!DialogDef s io);
  19.